Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.social.user.relationship.core.types--doctype

This contribution is part of XML component org.nuxeo.ecm.social.user.relationship.core.types inside nuxeo-user-relationship-5.8.jar

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <doctype extends="Document" name="UserProfile">
          <schema name="common"/>
          <schema name="dublincore"/>
          <schema name="socialprofile"/>
          <facet name="UserProfile"/>
          <facet name="HiddenInNavigation"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
    <doctype extends="Document" name="UserProfile">
      <schema name="common"/>
      <schema name="dublincore"/>
      <schema name="socialprofile"/>
      <facet name="UserProfile"/>
      <facet name="HiddenInNavigation"/>
    </doctype>

  </extension>